projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7225c34
)
Mention that `enable-local-variables' can have value :all, as well.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Sun, 11 Jun 2006 14:53:37 +0000
(14:53 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Sun, 11 Jun 2006 14:53:37 +0000
(14:53 +0000)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index e8ab1476cd451d094a30de77bb1ef11cecf8569b..508a44032714fff63bb27d381a1db14c613be6c5 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-618,6
+618,7
@@
However, risky variables will not be added to
*** The variable `enable-local-variables' controls how local variable
lists are handled. t, the default, specifies the standard querying
behavior. :safe means use only safe values, and ignore the rest.
+:all means set all variables, whether or not they are safe.
nil means ignore them all. Anything else means always query.
+++